AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones del navegador
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
BrowserHeight (Function)
In french: NavigateurHauteur
Returns the height (in pixels) of the client area where the page is displayed.
Example
// If there is not enough available size.
IF BrowserHeight() < 500 THEN
...
END
Syntax
<Result> = BrowserHeight()
<Result>: Integer
Height of client area in pixels.
Remarks
  • This height includes the possible scrollbars.
  • For a page displayed in an "iFrame" control, the returned height is the one corresponding to the dimension of the iFrame control.
Component: WDJS.DLL
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local